Type IterationCountStopCriterion<T>
Namespace MathNet.Numerics.LinearAlgebra.Solvers
Interfaces IIterationStopCriterion<T>
int
maximumNumberOfIterationsThe maximum number of iterations the calculation is allowed to perform.
Status
field. The individual stop criteria may internally track the progress of the calculation based on the invocation of this method. Therefore this method should only be called if the calculation has moved forwards at least one step.
return int
|